home *** CD-ROM | disk | FTP | other *** search
- name Bandit 3
-
- / 00
- & 00
- N >4
- X ->3.>4
- A 00 /
- Y ->3.>4
- B 00 /
- Z ->3.>4
- I ->3.>4
- J ->3.>4
- Q ->3.>4 Z
- E >3.>1 F
- F >3.>1
- T >22
- M >2
- G >2
-
- ModalGs 0 1 73 74 76 80 81 82 83 84 85 # List of g codes that are modal
- ModalLetters X Y Z F # List of letters that are modal
-
- Sequence#s N 0 1 1 # Char, freq, incr & start
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- Dcode Z # Depth char.
- FeedCode F # Feed rate char.
-
- Comment ( ) # Begin End comment char.
-
- Spindle 3 4 5 # Cw, ccw & stop m codes
- Coolant 8 9 7 # On, Off & Mist m codes
- DComp 41 42 40 # Left, Right & Cancel m codes
- LComp # On & Off codes
-
- Spaces? Y # Y or N 'Spaces between words
-
- CtrIncremental? N # Y or N 'Inc or abs I & J
- Incremental? N # Y or N 'Inc or abs output
- ByQuadrants? Y # Y or N 'Break arcs at quadrants
- Inc/Abs G 91 90 # Inc & Abs char. & values
- Work G # Work offset register
- CtrCode I J # I J or R or I J K L
- Helical? N
-
- Feed # Linear move
- Rapid F100 # Rapid positioning word
- Cw # Circular move clockwise
- Ccw # Circular move counter clockwise
-
- RevSigns Q # List of letters to reverse signs
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
- Peck # Pecking canned/manual cycle
- I[H] J[V] G83 Z[D]
- end cancel
-
- Tap # Tapping canned/manual cycle
- /0 N900
- I[H] J[V]
- end
-
- LTap # Left handed tapping cycle
- G74 Z[D]
- I[H]J[V]
- end cancel
- Drill # Drilling canned/manual cycle
- Z[D] G81
- I[H] J[V]
- end
-
- Ream # Reaming canned/manual cycle
- Z[D]
- Z[VClear]
- /0 B0 Z[RPlane]
- I[H] J[V]
- /0 Z[VClear]
- end
-
- Bore # Boring canned/manual cycle
- G86 Z[D]
- I[H] J[V]
- end cancel
-
- Back # Back boring canned/manual cycle
- G87 Z[D]
- I[H] J[V]
- end cancel
-
- Cancel # Cancel a canned/manual cycle
- G80
- end
-
- StartCode # Start of the program
- &0
- G90
- X0 Y0 G92
- End
-
- 1stToolChange # First tool change
- M[Direct]
- I[H] J[V]
- T[Tool][Lcomp][Dcomp]
- End
-
- ToolChange # Secondary tool changes
- /0 Z[VClear]
- M5
- T0
- I[ToolH] J[ToolV]
- M20
- M21
- M23
- I0 J0
- X0 Y0 G92
- M[Direct]
- I[H] J[V]
- T[Tool]
- End
-
- Infeed # Enable cutter comp
- F[Plunge]
- Z[D]
- F[Frate]
- G[Side]
- X[H] Y[V]
- end
-
- Outfeed # Disable cutter comp
- G40 X[H] Y[V]
- end
-
- EndCode # End of the program
- /0 Z0
- M5
- T0
- I[ToolH] J[ToolV]
- M20
- M27
- M23
- I0 J0
- M2
- End